home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 March / Amiga-CD 1996 #3.iso / pd-software / cd-kataloge / meeting_pearls / contrib / findpearls.cd < prev   
Text File  |  1996-01-19  |  10KB  |  496 lines

  1. ;    Kommentare sind natürlich erlaubt! Jede mit einem Semikolon
  2. ;    beginnende Zeile ist eine Kommentarzeile.
  3. ;
  4. ;    Die Sprache der eingebauten Strings:
  5. #language english
  6. ;
  7. ;    Die für den Aufruf von Locale/OpenCatalog() verwendete
  8. ;    Versionsnummer. Dies ist anders als bei Exec/OpenLibrary():
  9. ;    0 bedeutet beliebige Version, andere Nummern müssen exakt
  10. ;    stimmen!
  11. #version 10
  12. ;
  13. ;    Dies definiert einen String und die ID unter der er verwendet
  14. ;    wird. Die Zahl 4 gibt an, daß der String wenigstens 4 Zeichen
  15. ;    enthalten sollte.
  16. Language (//)
  17. english
  18. ;
  19. mainFramePackage (//)
  20. Meeting Pearls Package
  21. ;
  22. mainLabelDir (//)
  23. Directory:
  24. ;
  25. mainLabelShort (//)
  26. Short:
  27. ;
  28. mainLabelAuthor (//)
  29. Author:
  30. ;
  31. mainLabelReq (//)
  32. Requires:
  33. ;
  34. mainLabelExec (//)
  35. Executable:
  36. ;
  37. mainLabelPath (//)
  38. Path
  39. ;
  40. mainLabelSize (//)
  41. Size
  42. ;
  43. mainLabelMatches (//)
  44. Matches:
  45. ;
  46. mainButtCopy (//)
  47. Copy directory...
  48. ;
  49. mainButtCopyC (//)
  50. c
  51. ;
  52. specifyArgs  (//)
  53. Please specify the arguments.
  54. ;
  55. mainButtFiler (//)
  56. Open Filer...
  57. ;
  58. mainButtFilerC (//)
  59. f
  60. ;
  61. mainButtOpus (//)
  62. Open DirOpus...
  63. ;
  64. mainButtOpusC (//)
  65. d
  66. ;
  67. AboutCountry (//)
  68. Germany
  69. ;
  70. AboutCopyright(//)
  71. \nCopyright © 1994 by Markus Illenseer\n
  72. ;
  73. AboutIdent  (//)
  74. \nSimple Database Search Toolkit\
  75. \nfor Meeting Pearls CD-ROM\n
  76. ;
  77. AboutDistribution (//)
  78. Permission to use and copy only within usage on your\n\
  79. own system together with the Meeting Pearls CD-ROM.\n\
  80. No permission to copy it anywhere else than your own system.
  81. ;
  82. FailWriteDatabase (//)
  83. Oops, I cannot write the database.\n
  84. ;
  85. WroteFileAS  (//)
  86. Saved to
  87. ;
  88. NothingToSave (//)
  89.  Sorry, nothing to save.\n
  90. ;
  91. FailOpenIFF  (//)
  92. Sorry, Cannot write using OpenIFF()
  93. ;
  94. FailWriteDHRS  (//)
  95. Failed to write DHRS data.
  96. ;
  97. FailWriteIFF  (//)
  98. IFF write failed, error
  99. ;
  100. FailOpenClip  (//)
  101. Sorry, Cannot open ClipBoard
  102. ;
  103. FailAllocIFF  (//)
  104. Sorry, Cannot AllocIFF().
  105. ;
  106. FailOpenIFFParse  (//)
  107. Sorry, Cannot open iff parse library.
  108. ;
  109. FailOpenWin  (//)
  110. Could not open window.\n
  111. ;
  112. MemFail1 (//)
  113. Memory Allocation impossible!
  114. ;
  115. MemFail2 (//)
  116. Cannot allocate the entry number
  117. ;
  118. MemFail3 (//)
  119. with the structurnode
  120. ;
  121. MemFail4 (//)
  122. \nin this part of the program:
  123. ;
  124. FailOpenDatabase (//)
  125. Cannot find the Database!
  126. ;
  127. FailOpenShould (//)
  128. Should have been in
  129. ;
  130. FailNoMem (//)
  131. \33cNot enough memory.\n\33cData will probably not entirly loaded.\n
  132. ;
  133. DataIncomplete (//)
  134. Database is inconsistent!
  135. ;
  136. DataNoEntries (//)
  137. No entries have been loaded!
  138. ;
  139. DataCheck (//)
  140. Please check the database.\n
  141. ;
  142. DataBut (//)
  143. but
  144. ;
  145. DataHaveLoaded (//)
  146. entries have been load
  147. ;
  148. DataAreLoaded (//)
  149. are loaded
  150. ;
  151. AppDesc (//)
  152. Find Tools on Meeting Pearls CD
  153. ;
  154. NothingToPaste (//)
  155. Sorry, nothing to paste into ClipBoard
  156. ;
  157. mainButtPop (//)
  158. Search for entry
  159. ;
  160. mainButtPopK (//)
  161. s
  162. ;
  163. mainButtStart (//)
  164. Start Program...
  165. ;
  166. mainButtStartK (//)
  167. p
  168. ;
  169. mainButtRead (//)
  170. Show Readme...
  171. ;
  172. mainButtReadK (//)
  173. r
  174. ;
  175. SearchButtOK (//)
  176. Ok
  177. ;
  178. SearchButtOKC (//)
  179. o
  180. ;
  181. SearchButtCancel (//)
  182. Cancel
  183. ;
  184. SearchButtCancelC (//)
  185. c
  186. ;
  187. SearchInDir (//)
  188. in Directory
  189. ;
  190. SearchFor (//)
  191. Search for
  192. ;
  193. SearchAll (//)
  194. All Packages
  195. ;
  196. SearchLabelCase (//)
  197. Case Sensitive
  198. ;
  199. SearchLabelWild (//)
  200. Always add #? Wildcard
  201. ;
  202. NoMatchFound (//)
  203. No match found for this search pattern!
  204. ;
  205. CopyTitle (//)
  206. Choose desitination drawer...
  207. ;
  208. RA_Copy1 (//)
  209. Keep Metatool Config
  210. ;
  211. RA_Copy2 (//)
  212. Use own Config
  213. ;
  214. FailOpenPrefs (//)
  215. Cannot open prefs file!
  216. ;
  217. SavePrefsFile (//)
  218. Saved prefrences into
  219. ;
  220. CopyButtStart (//)
  221. Start Copying...
  222. ;
  223. CopyButtStartC (//)
  224. y
  225. ;
  226. CopyButtCancel (//)
  227. Cancel
  228. ;
  229. CopyButtCancelC (//)
  230. a
  231. ;
  232. NoDestination (//)
  233. No Destination Drawer specified!
  234. ;
  235. CopyButtLabelProgTitle (//)
  236. Select a program...
  237. ;
  238. CopyButtLabelDestTitle (//)
  239. Select a drawer...
  240. ;
  241. CopyButtLabelProg (//)
  242. Program
  243. ;
  244. CopyButtLabelDest (//)
  245. Destination Drawer
  246. ;
  247. CopyButtLabelCreatedest (//)
  248. Create Destination Drawer?
  249. ;
  250. CopySavePrefs (//)
  251. Save own config
  252. ;
  253. CopySavePrefsC (//)
  254. v
  255. ;
  256. CopyButtLabelCMeta (//)
  257. Do copy MetaTool to C:
  258. ;
  259. FailParsePatt (//)
  260. Pattern Library tells me that
  261. ;
  262. MenuProject (//)
  263. Project
  264. ;
  265. MenuLoadDataBase (//)
  266. Reload Database
  267. ;
  268. MenuLoadDataBaseShort (//)
  269. L
  270. ;
  271. MenuAbout (//)
  272. About...
  273. ;
  274. MenuQuit (//)
  275. Quit
  276. ;
  277. MenuQuitShort (//)
  278. Q
  279. ;
  280. MenuEdit (//)
  281. Edit
  282. ;
  283. MenuCopy (//)
  284. Copy
  285. ;
  286. MenuCopyShort (//)
  287. C
  288. ;
  289. MenuMList (//)
  290. Save list to file...
  291. ;
  292. MenuMListShort (//)
  293. S
  294. ;
  295. MenuOption (//)
  296. Options
  297. ;
  298. MenuBackup (//)
  299. Create *.bak for files and drawers?
  300. ;
  301. MenuBackupShort (//)
  302. b
  303. ;
  304. GuideFile (//)
  305. FindPearls.guide
  306. ;
  307. DoQuit (//)
  308. Do you really want to exit?
  309. ;
  310. AskQuit (//)
  311. _Quit|*_Return
  312. ;
  313. SearchWindow (//)
  314. FindPearls Search Window
  315. ;
  316. WinProg (//)
  317. FindPearls Program Window
  318. ;
  319. CopyWindow (//)
  320. FindPearls Copy Window
  321. ;
  322. WinRead (//)
  323. FindPearls Show Readme
  324. ;
  325. ButtProgStart (//)
  326. Start Program
  327. ;
  328. ButtProgStartC (//)
  329. s
  330. ;
  331. ButtProgCancel (//)
  332. Cancel
  333. ;
  334. ButtProgCancelC (//)
  335. c
  336. ;
  337. IoError (//)
  338. Error occured:
  339. ;
  340. ButtReadStart (//)
  341. Show Readme...
  342. ;
  343. ButtReadStartC (//)
  344. s
  345. ;
  346. ButtReadCancel (//)
  347. Cancel
  348. ;
  349. ButtReadCancelC (//)
  350. c
  351. ;
  352. HelpImage (//)
  353. Many greetings from the Meeting-Pearls crew!
  354. ;
  355. HelpButtons (//)
  356. Press any of these buttons to perform an action.
  357. ;
  358. HelpSear (//)
  359. Search for specific entries in the database using pattern match functions.
  360. ;
  361. HelpStart (//)
  362. Start the program highlighted in the list, may also be sound, anim or graphics.
  363. ;
  364. HelpReadme (//)
  365. Show me the readme file of the highlighted package. If ghosted, not available.
  366. ;
  367. HelpLiesmich (//)
  368. Show me the readme file of the highlighted package. If ghosted, not available.
  369. ;
  370. HelpCopy (//)
  371. Copy the software package highlighted in the list to your hard drive.
  372. ;
  373. HelpHelp (//)
  374. Open a more detailed help window
  375. ;
  376. HelpQuit (//)
  377. Leave this lovely program - are you sure?
  378. ;
  379. HelpFiler (//)
  380. Launch the filemanager 'Filer' opening the highlighted drawer. 'Filer' can be found on the CD-ROM.
  381. ;
  382. HelpOpus (//)
  383. Launch the filemanager 'Directory Opus' opening the highlighted drawer. 'DOpus' is not enclosed on this CD-ROM.
  384. ;
  385. HelpInfoMain (//)
  386. This line contains informational text about most of the interesting places of this program. If you don't see any changes, consider updating MUI.
  387. ;
  388. HelpCopyStart (//)
  389. Start the copying process, please specify destination and whether to create destination drawer.
  390. ;
  391. HelpCopySave (//)
  392. Save the in this listview defined FindPearls-Config for future use.
  393. ;
  394. HelpCopyCancel (//)
  395. Leave the Copy-Window and do not perform any copy.
  396. ;
  397. HelpProgStart (//)
  398. Start the highlighted program asynchronously, specify one program. Don't be hasty, it takes time to start a program.
  399. ;
  400. HelpProgCancel (//)
  401. Leave the list of programs.
  402. ;
  403. HelpReadStart (//)
  404. Start reading the highlighted Readme-Text using your viewer.
  405. ;
  406. HelpReadCancel (//)
  407. Leave list of texts.
  408. ;
  409. HelpVerz (//)
  410. The drawer where to find the highlighted and here described software package on this CD-ROM.
  411. ;
  412. HelpShort (//)
  413. Short description of the highlighted software package. 
  414. ;
  415. HelpAuthor (//)
  416. Author(s) of the highlighted software package. Sometimes contains email-address.
  417. ;
  418. HelpVersion (//)
  419. Version of the highlighted software package on this CD-ROM. Maybe not recent but this version has been tested thoroughly.
  420. ;
  421. HelpStatus (//)
  422. The status of the highlighted software package. Can be such as Public Domain, Shareware or commerical demo.
  423. ;
  424. HelpUploader (//)
  425. The name of he who uploaded and installed the highlighted software package. Is also responsible for the contents of the drawer.
  426. ;
  427. HelpRequires (//)
  428. The requirements of the highlighted software package. Can describe the required KickStart and Workbench as well as special hardware or other software.
  429. ;
  430. HelpList (//)
  431. This listview contains the entries of existing software packages on this CD-ROM. It can contain a subset using the search-function. Displays size and path of the packages.
  432. ;
  433. HelpSearchOk (//)
  434. Launch the search with given pattern and options then return to main window. Will also search for programs (executables) even though they are not listed in the main list view.
  435. ;
  436. HelpSearchQuit (//)
  437. Stop the search request and return to main window.
  438. ;
  439. HelpMember (//)
  440. Specify in which drawer to search for a package or file. If ghosted, all drawers will be searched.
  441. ;
  442. HelpInfoCopy (//)
  443. Specify the destination drawer where the software package should be copied. After plain copy, the original file attributes will be regenerated. On demand, all ToolTypes can be altered.
  444. ;
  445. HelpInfoRead (//)
  446. Double-Click an entry to read the according readme.
  447. ;
  448. HelpInfoProg (//)
  449. Double-Click an entry to start a program. Will be started asynchronously!
  450. ;
  451. HelpInfoSearch (//)
  452. Specify a pattern to be looked up in the database. Enclose search with specific drawers and subjects.
  453. ;
  454. HelpCHAll (//)
  455. Either search in all drawers, or specify drawers in the list.
  456. ;
  457. HelpCHVerz (//)
  458. Use database entries for drawers to search for given pattern.
  459. ;
  460. HelpCHShort (//)
  461. Use database entries for short description to search for given pattern.
  462. ;
  463. HelpCHAuthor (//)
  464. Use database entries for name of author to search for given pattern.
  465. ;
  466. HelpCHVersion (//)
  467. Use database entries for version of software package to search for given pattern.
  468. ;
  469. HelpCHStatus (//)
  470. Use database entries for status of software package to search for given pattern.
  471. ;
  472. HelpCHUploader (//)
  473. Use database entries for Uploader of software package to search for given pattern.
  474. ;
  475. HelpCHRequires (//)
  476. Use database entries for requirements of software package to search for given pattern.
  477. ;
  478. HelpCHExec (//)
  479. Use database entries for binaries and executables of software package to search for given pattern. This may be confusing as the result is not shown in the main listview.
  480. ;
  481. HelpCHCase (//)
  482. During the search use a case sensitive pattern match routine.
  483. ;
  484. HelpCHWild (//)
  485. Add a #? wildcard pattern on left and right side of given pattern. Simplifies the search but is sometimes not wanted.
  486. ;
  487. HelpCHCopyMeta (//)
  488. You can automatically copy the C:MetaTool programm to C: for future use. You need this, if you do not use your own configuration.
  489. ;
  490. HelpCHCreateDest (//)
  491. Create the destination drawer while copying files of the specific software package. This way you can preserve the original drawer tree.
  492. ;
  493. HelpMetaList (//)
  494. Please specify a command to be used for specific type of software. Don't use command line options.
  495. ;
  496.